home *** CD-ROM | disk | FTP | other *** search
- Path: Ra.MsState.Edu!zl3
- From: Zheng Liang <zl3@Ra.MsState.Edu>
- Newsgroups: comp.lang.c
- Subject: Help on file relocation
- Date: Wed, 7 Feb 1996 11:32:41 -0600
- Organization: Mississippi State University
- Message-ID: <Pine.SUN.3.91.960207112627.3727C-100000@Ra.MsState.Edu>
- NNTP-Posting-Host: ra.msstate.edu
- Mime-Version: 1.0
- Content-Type: TEXT/PLAIN; charset=US-ASCII
-
- I need to write a program that will collect sevreal relocatable file
- contents into an absolute file. The header format should be
- Magic(4 bytes) Entry(4), text length(4), data length(4), text relocatable
- length(4) data relocatable length(4) symbol table length(4) Padding(4)
- Any idea about that?
-
- Jane
-